Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

DE-2945 Maintenance - Implement dependabot as package manager - Add basic meltano CI #107

Conversation

SBurwash
Copy link
Contributor

@SBurwash SBurwash commented Mar 7, 2024

Ticket (DE-2945)

name: Validate Meltano Install
on:
pull_request:
types:
- opened
- reopened
- synchronize

jobs:
setup-meltano:
name: Validate meltano configurations
runs-on: ubuntu-latest
timeout-minutes: 20

steps:
  - uses: actions/checkout@v4
  - run: pip install meltano boto3
  - name: Install dependencies
    run: meltano install --clean
  - name: Validate meltano install
    run: meltano schedule list

from tiguidou with ❤️

@SBurwash SBurwash self-assigned this Mar 7, 2024
@SBurwash SBurwash marked this pull request as ready for review March 7, 2024 17:25
@SBurwash SBurwash requested a review from a team as a code owner March 7, 2024 17:25
@SBurwash SBurwash merged commit acc9a1a into main Mar 7, 2024
2 checks passed
@nazaninmhb nazaninmhb deleted the DE-2945-maintenance-implement-dependabot-as-package-manager-add-basic-meltano-ci branch April 18, 2024 13:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant